Digital Button
What is it?
A button to trigger commands controlled by a digital input from
the Cypress module.
Conditions to run a command
The conditions under which to run the selected commands can be
one of the three following options:
- While Held
- Repeatedly run the command while the button is held, then
interrupt it when the user releases the button.
- When Pressed
- Start running the command when the button is pressed.
- When Released
- Start running the command when the button is released.
Properties
- Digital Pin
- The pin on the Cypress module.
- Command
- The command to run.
- When to Run
- The conditions of when to run the command